home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / opalvisn / opalprs1.lha / History.doc next >
Text File  |  1993-01-13  |  3KB  |  89 lines

  1.         OpalPresents!  History.    14-Nov-92
  2.  
  3.  
  4.         OpalPresents! v1.1 (12-Nov-92)
  5.  
  6. - Mouse pointer changes to the busy pointer when loading and saving
  7.   scripts.
  8. - Now clears pr_WindowPtr on exit. Stops system requesters crashing.
  9. - Improved Film strip prop gadget refreshing.
  10. - Recompiled using SAS/C v6.0 with optimisation.
  11.  
  12.  
  13.         OpalPresents! v1.11 (14-Nov-92)
  14.  
  15. - Now adds blank images correctly.
  16.  
  17.  
  18.         OpalPresents! v1.2 (15-Dec-92)
  19.  
  20. - Added PreLoad Gadget to Image about requester (double click on image).
  21. - Generates the 'PreLoad' token in script when PreLoad gadget has been 
  22.   selected.
  23.  
  24.         OpalPresents! v1.21 (16-Dec-92)
  25.  
  26. - In v1.2 Loading scripts with the latch gadget set on images would
  27.   also cause the PreLoad gadget to be selected. This bug is now
  28.   fixed.
  29.  
  30.         OpalPresents! v1.3 (13-Jan-93)
  31.  
  32. - Changed the token PFStencil to PriStencil.
  33.  
  34.  
  35.         OpalPlayer v1.3 (12-Nov-92)
  36.  
  37. - Added 'Stop' ARexx command to terminate the current script.
  38. - Sets display priorities correctly when updating the 24 bit image.
  39.   This stops flashing when an image is being updated and the current
  40.   image has a display priority other than Opal Only.
  41. - General cleanup of code to avoid memory corruption during
  42.   transitions.
  43. - Right mouse button abort is now more responsive.
  44. - Recompiled using SAS/C v6.0 with optimisation.
  45. - NOTE: Requires Opal.library v2.2 or greater.
  46.  
  47.  
  48.         OpalPlayer v1.4 (14-Dec-92)
  49.  
  50. - If the 'Latch Display' gadget is selected, OpalPlayer is now
  51.  100% passive (i.e. all Opal copper lists are removed). This
  52.  enables compatibility will all anim players.
  53.  
  54.  
  55.         OpalPlayer v1.5 (15-Dec-92)
  56.  
  57. -Added PreLoad Capability. If an image has been set as a 'PreLoad'
  58.  (using either the Preload token in script or gadget in Presents!).
  59.  it will be loaded into memory at the start of the script and
  60.  remain in memory for the duration of the script.
  61. -Added 'AddPreLoad' Rexx command. This command adds an image to the 
  62.  current preload list. Usage is: AddPreLoad FileName. Where FileName
  63.  must include the complete path of the image.
  64. -Added 'FreePreLoad' Rexx command. This command removes an image from
  65.  the current preload list and frees up the memory taken by the image.
  66.  Usage is: FreePreLoad FileName. Where FileName must include the
  67.  complete path of the image. Note: The current image (image about
  68.  to be 'advanced' to) cannot be removed from memory.
  69.  'AddPreLoad' and 'FreePreLoad' commands allow dynamic control of the
  70.  images stored in memory.
  71. -The '-l' cli parameter can now take a value indicating the number of
  72.  times to loop. For example:
  73.  
  74.     OpalPlayer MyScript -l10
  75.   Will loop the script 10 times. The default loop count is 32767.
  76. -Likewise a ToolTypes option to specify the loop count has also been
  77.  added, the syntax is:
  78.     LOOPS=10
  79.  
  80.         OpalPlayer v1.6 (31-Dec-92)
  81. - No longer loses memory when the 'stop' ARexx command is executed.
  82.  
  83.         OpalPlayer v1.7 (13-Jan-93)
  84. - OpalPlayer now has the ability to run as an ARexx host, without a
  85. script (see update.doc).
  86. - Added 7 ARexx commands, LoadImage, Transition, DisplayPri,
  87.  PriStencil, Genlock, Displatch and Alpha.
  88. - Now recognises ARexx commands when in Timer and Button mode.
  89.